The Source Control Integration API > Enablers > SCS_AfterPut()

 

SCS_AfterPut()

Description

Dreamweaver calls this function after putting or checking in one or more files. This enables the DLL to perform any operation after a batch put or checkin, such as putting up a summary dialog box.

Arguments

*connectionData

*connectionData is a pointer to the connection data.

Returns

true if successful, false if unsuccessful.

Example

See example in SCS_BeforePut().